home *** CD-ROM | disk | FTP | other *** search
/ Postcard CD: Niagara Parks / Postcard CD: Niagara Parks (2004).iso / mac / Intro.dxr / 00004.ls < prev    next >
Encoding:
Text File  |  2002-01-04  |  177 b   |  12 lines

  1. on exitFrame me
  2.   if sound(1).isPastCuePoint(1) then
  3.     go(the frame + 1)
  4.   else
  5.     if the timer < 540 then
  6.       go(the frame)
  7.     else
  8.       go(255)
  9.     end if
  10.   end if
  11. end
  12.